database.sql
------------
Creates the app tables + FKs + some dummy inventory. Safe to hand in as-is (fake data).

Does not touch Supabase auth.users. To get test logins either sign up in the UI or run
from backend/:

  npm run db:seed

Needs SUPABASE_SERVICE_ROLE_KEY in backend/.env. Passwords print in the terminal — only
for local dev, change them if you deploy.

If you export a dump with real emails or other sensitive data, use a password-protected
archive and send the password through a separate channel. The SQL in this repo is not
that kind of dump.
